* config.nt: Configure 64-bit integers.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Apr 2011 06:51:50 +0000 (23:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Apr 2011 06:51:50 +0000 (23:51 -0700)
commitb8ad136cf472285bacf2b741f7d01c360589e523
treeeb12d7e4c152d7230fe0bb6b283c9954ad485a78
parentdc9861a0f06c2294df94019e294be7ebf4345899
* config.nt: Configure 64-bit integers.

(BITS_PER_LONG_LONG): Define if C99-style long long and "%lld" work.
(EMACS_INT, BITS_PER_EMACS_INT, pI): Otherwise, define these if
__int64 and "%I64d" work.
nt/ChangeLog
nt/config.nt